CSharpTest.Net
FileList Constructor(FileAttributes,String[])
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Utils Namespace > FileList Class > FileList Constructor : FileList Constructor(FileAttributes,String[])

prohibitedAttributes
filesOrDirectories

Glossary Item Box

Constructs a FileList containing the files specified or found within the directories specified. See Add(string) for more details. Files and directories that contain the attribtes defined in prohibitedAttributes will be ignored, use '0' for everything.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal prohibitedAttributes As FileAttributes, _
   ByVal ParamArray filesOrDirectories() As String _
)
C# 
public FileList( 
   FileAttributes prohibitedAttributes,
   params string[] filesOrDirectories
)

Parameters

prohibitedAttributes
filesOrDirectories

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys